func runtime.checkptrStraddles
4 uses
runtime (current package)
checkptr.go#L25: if checkptrStraddles(p, n*elem.Size_) {
checkptr.go#L32: func checkptrStraddles(ptr unsafe.Pointer, size uintptr) bool {
unsafe.go#L40: if checkptrStraddles(ptr, uintptr(len64)) {
unsafe.go#L88: if checkptrStraddles(ptr, uintptr(len64)*et.Size_) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)